projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ee0dd30
)
* lisp/emacs-lisp/cl-lib.el (cl-mapcar): Remove recent autoload cookie.
author
Glenn Morris
<rgm@gnu.org>
Fri, 5 May 2017 05:26:17 +0000
(22:26 -0700)
committer
Glenn Morris
<rgm@gnu.org>
Fri, 5 May 2017 05:26:17 +0000
(22:26 -0700)
lisp/emacs-lisp/cl-lib.el
patch
|
blob
|
history
diff --git
a/lisp/emacs-lisp/cl-lib.el
b/lisp/emacs-lisp/cl-lib.el
index 1f8615fad3e46f83f3cc1198561aa848fe73de37..936c852526cba75b3bc2bc96d3a6dad892638781 100644
(file)
--- a/
lisp/emacs-lisp/cl-lib.el
+++ b/
lisp/emacs-lisp/cl-lib.el
@@
-349,7
+349,6
@@
Call `cl-float-limits' to set this.")
(declare-function cl--mapcar-many "cl-extra" (cl-func cl-seqs &optional acc))
-;;;###autoload
(defun cl-mapcar (cl-func cl-x &rest cl-rest)
"Apply FUNCTION to each element of SEQ, and make a list of the results.
If there are several SEQs, FUNCTION is called with that many arguments,